home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TREADDLG / TREADDLG.txt
Text File  |  1996-08-04  |  2KB  |  77 lines

  1. object ReadDlg: TReadDlg
  2.   Left = 243
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'Reading'
  6.   ClientHeight = 92
  7.   ClientWidth = 352
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 85
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'Reading from file: '
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 70
  31.     Top = 32
  32.     Width = 23
  33.     Height = 13
  34.     Alignment = taRightJustify
  35.     Caption = 'Line:'
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object LineNum: TLabel
  43.     Left = 96
  44.     Top = 32
  45.     Width = 8
  46.     Height = 13
  47.     Caption = '1'
  48.   end
  49.   object FileName: TLabel
  50.     Left = 96
  51.     Top = 8
  52.     Width = 5
  53.     Height = 13
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.   end
  60.   object CancelBtn: TBitBtn
  61.     Left = 136
  62.     Top = 56
  63.     Width = 89
  64.     Height = 27
  65.     Caption = 'Abort'
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ModalResult = 3
  71.     ParentFont = False
  72.     TabOrder = 0
  73.     OnClick = CancelBtnClick
  74.     NumGlyphs = 2
  75.   end
  76. end
  77.